home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / RescueCenter.exe / 0 / RCDATA / TFRMRESTORECONFIRMDIALOG / TFRMRESTORECONFIRMDIALOG.txt < prev   
Text File  |  2008-10-30  |  4KB  |  180 lines

  1. object frmRestoreConfirmDialog: TfrmRestoreConfirmDialog
  2.   Left = 336
  3.   Top = 243
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm'
  7.   ClientHeight = 269
  8.   ClientWidth = 461
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     461
  21.     269)
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object lblQuestion: TAxLabel
  25.     Left = 92
  26.     Top = 12
  27.     Width = 358
  28.     Height = 52
  29.     WordWrap = False
  30.     Layout = tlCenter
  31.     Transparent = False
  32.     AutoSize = False
  33.     Anchors = [akLeft, akTop, akRight]
  34.     Caption = 'lblQuestion'
  35.     ShowAccelChar = True
  36.   end
  37.   object lblInfModule: TAxLabel
  38.     Left = 12
  39.     Top = 84
  40.     Width = 46
  41.     Height = 16
  42.     WordWrap = False
  43.     Transparent = False
  44.     Caption = 'Module:'
  45.     ShowAccelChar = True
  46.   end
  47.   object lblInfCreatedon: TAxLabel
  48.     Left = 12
  49.     Top = 116
  50.     Width = 67
  51.     Height = 16
  52.     WordWrap = False
  53.     Transparent = False
  54.     Caption = 'Created on:'
  55.     ShowAccelChar = True
  56.   end
  57.   object lblModule: TAxLabel
  58.     Left = 92
  59.     Top = 84
  60.     Width = 359
  61.     Height = 21
  62.     WordWrap = False
  63.     Transparent = False
  64.     AutoSize = False
  65.     Anchors = [akLeft, akTop, akRight]
  66.     Caption = 'lblModule'
  67.     ShowAccelChar = True
  68.   end
  69.   object lblCreatedOn: TAxLabel
  70.     Left = 92
  71.     Top = 116
  72.     Width = 358
  73.     Height = 21
  74.     WordWrap = False
  75.     Transparent = False
  76.     AutoSize = False
  77.     Anchors = [akLeft, akTop, akRight]
  78.     Caption = 'lblCreatedOn'
  79.     ShowAccelChar = True
  80.   end
  81.   object lblInfoOption: TAxLabel
  82.     Left = 12
  83.     Top = 148
  84.     Width = 42
  85.     Height = 16
  86.     WordWrap = False
  87.     Transparent = False
  88.     Caption = 'Option:'
  89.     ShowAccelChar = True
  90.   end
  91.   object Image1: TImage
  92.     Left = 12
  93.     Top = 12
  94.     Width = 48
  95.     Height = 48
  96.     AutoSize = True
  97.     Picture.Data = {<image000.TPNGObject>}
  98.   end
  99.   object cbOption: TComboBox
  100.     Left = 92
  101.     Top = 145
  102.     Width = 359
  103.     Height = 24
  104.     Style = csDropDownList
  105.     Anchors = [akLeft, akTop, akRight]
  106.     ItemHeight = 16
  107.     ItemIndex = 0
  108.     TabOrder = 0
  109.     Text = 'Only restore this backup'
  110.     OnChange = cbOptionChange
  111.     Items.Strings = (
  112.       'Only restore this backup'
  113.       'Restore all the backups created after that a backup')
  114.   end
  115.   object cbOptionModule: TComboBox
  116.     Left = 92
  117.     Top = 181
  118.     Width = 359
  119.     Height = 24
  120.     Style = csDropDownList
  121.     Anchors = [akLeft, akTop, akRight]
  122.     ItemHeight = 16
  123.     ItemIndex = 0
  124.     TabOrder = 1
  125.     Text = 'Only backups for this AusLogics module'
  126.     Items.Strings = (
  127.       'Only backups for this AusLogics module'
  128.       'Backups for every AusLogics module')
  129.   end
  130.   object pnBottomButtons: TAxBackgroundPanel
  131.     Left = 0
  132.     Top = 214
  133.     Width = 461
  134.     Height = 55
  135.     Color = 15132390
  136.     Align = alBottom
  137.     ParentColor = False
  138.     TabOrder = 2
  139.     DesignSize = (
  140.       461
  141.       55)
  142.     object shpTopLineBlack: TShape
  143.       Left = 0
  144.       Top = 0
  145.       Width = 461
  146.       Height = 1
  147.       Align = alTop
  148.     end
  149.     object shpTopLineWhite: TShape
  150.       Left = 0
  151.       Top = 1
  152.       Width = 461
  153.       Height = 1
  154.       Align = alTop
  155.       Pen.Color = clWhite
  156.     end
  157.     object btnOk: TButton
  158.       Left = 280
  159.       Top = 16
  160.       Width = 80
  161.       Height = 25
  162.       Anchors = [akRight, akBottom]
  163.       Caption = 'Yes'
  164.       ModalResult = 1
  165.       TabOrder = 0
  166.     end
  167.     object btnCancel: TButton
  168.       Left = 370
  169.       Top = 16
  170.       Width = 80
  171.       Height = 25
  172.       Anchors = [akRight, akBottom]
  173.       Cancel = True
  174.       Caption = 'No'
  175.       ModalResult = 2
  176.       TabOrder = 1
  177.     end
  178.   end
  179. end
  180.